home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / shadow-i.000 / shadow-i / shadow-ina-box-1.1.patch / extras / Makefileshadow.patch
Text File  |  1996-07-30  |  593b  |  23 lines

  1. --- Makefile~    Sat Jul 13 11:23:02 1996
  2. +++ Makefile    Sat Jul 13 11:23:26 1996
  3. @@ -55,8 +55,8 @@
  4.  
  5.  # Define some stuff for Cracklib.  This assumes that libcracklib.a is
  6.  # in a system directory.
  7. -# CRACKDEF='-DUSE_CRACKLIB'
  8. -# CRACKLIB=-lcrack
  9. +CRACKDEF='-DUSE_CRACKLIB'
  10. +CRACKLIB=-lcrack
  11.  
  12.  # Pick your favorite C compiler and tags command
  13.  CC = cc
  14. @@ -87,7 +87,7 @@
  15.  usrsbindir=$(exec_prefix)/usr/sbin
  16.  includedir=$(prefix)/usr/include
  17.  libdir=$(prefix)/usr/lib
  18. -mandir=$(prefix)/usr/man
  19. +mandir=$(prefix)/usr/local/man
  20.  man1dir=$(mandir)/man1
  21.  man3dir=$(mandir)/man3
  22.  man4dir=$(mandir)/man4
  23.